Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IRange Interface / copy Method / copy(IRange,EnumSet<PasteType>) Method
Specifies the new range to which the specified range willbe pasted. It can be the range of the same or another workbook.
Specifies the part of the range to be pasted.
In This Topic
    copy(IRange,EnumSet<PasteType>) Method
    In This Topic
    Copies the range to the specified range.
    Syntax
    void copy( 
       IRange destination,
       java.util.EnumSet<PasteType> pasteType
    )

    Parameters

    destination
    Specifies the new range to which the specified range willbe pasted. It can be the range of the same or another workbook.
    pasteType
    Specifies the part of the range to be pasted.
    See Also